var runtime.test_x64
7 uses
runtime (current package)
runtime1.go#L103: var test_z64, test_x64 uint64
runtime1.go#L107: test_x64 = 0
runtime1.go#L108: if atomic.Cas64(&test_z64, test_x64, 1) {
runtime1.go#L111: if test_x64 != 0 {
runtime1.go#L114: test_x64 = 42
runtime1.go#L115: if !atomic.Cas64(&test_z64, test_x64, 1) {
runtime1.go#L118: if test_x64 != 42 || test_z64 != 1 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |